-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add general polder deployment #16
Conversation
72b8b68
to
7a7999a
Compare
ce4dd2f
to
c9a159d
Compare
c9a159d
to
970bd40
Compare
deployment/helm/polder/values.yaml
Outdated
|
||
# polder custom configuration | ||
mapboxToken: "" | ||
stacApi: "https://rx2hna9pbg.execute-api.eu-central-1.amazonaws.com" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Those are links for WHIS, I would replace them with the default URL generated by the default helm deploy on kubernetes. (e.g. polder-eopi-stac)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
- Update Helm chart and workflow for webapp container build - Added postgres operator install - chart-testing enabled with kind installation
I updated ther workflow to make the k8s integration test working but there are still issue when deploying eoapi-k8s |
There is something wrong with the vector API in eoAPI that is not captured by the eoAPI helm chart and thus gives a false positive. A readiness probe probably needs to be set up correctly. |
Many thanks for the review! I adjusted the urls, and created a follow up ticket for the additional tests #17. |
This PR introduces a general
polder
chart that has as dependencies thewebapp-polder
andeoapi
. It also fixes the failing tests of the CI pipeline.Follow-up to #15
Closes #13